home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000161_news@newsmaster….columbia.edu _Thu Aug 14 15:30:40 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA15941
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 14 Aug 1997 15:30:39 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA17250
  7.     for kermit.misc@watsun; Thu, 14 Aug 1997 15:30:39 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.os.linux.misc
  11. Subject: Re: [Kermit] Installation
  12. Date: 14 Aug 1997 19:30:35 GMT
  13. Organization: Columbia University
  14. Lines: 41
  15. Message-ID: <5svmcr$q8t$1@apakabar.cc.columbia.edu>
  16. References: <33F3574E.7EBF@erols.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7465 comp.os.linux.misc:209499
  19.  
  20. In article <33F3574E.7EBF@erols.com>, ajam  <ajam@erols.com> wrote:
  21. : This might be the most dull question in this newsgroup, but here it is. 
  22. :
  23. It's a good question.  Bear in mind that there isn't just one Linux, there
  24. are many varieties.  The number might even approach infinity as you consider
  25. all the possible combinations of the various elements.
  26.  
  27. : I downloaded the latest version of the C-Kermit via ftp, and saved it
  28. : under /usr/local/bin/kermit6.  (The OS that I am using is Red Hat Linux
  29. : Release 4.1, which uses the Linux Kernel 2.0.27).
  30. :
  31. If building it from source doesn't work, then I'd recommend installing it
  32. straight from the Redhat RPM install package, which you can also find at
  33. the Kermit site:
  34.  
  35.   http://www.columbia.edu/kermit/ck60.html
  36.   ftp://kermit.columbia.edu/kermit/archives/ckermit-6.0.192-7.i386.rpm
  37.  
  38. (this is the PC version -- there are also versions for Alpha, Sparc, etc).
  39.  
  40. Perhaps not surprisingly, when the Redhat (or Slackware, or Debian) install
  41. package doesn't work, then the recommendation is to build from source :-)
  42.  
  43. : Well, then I tried to
  44. : compile it using "make linux", as stated in the "makefile", but during
  45. : the compilation it says that it cannot find some (ncurses) functions
  46. : like "printw" and "wmove".  The "makefile" stated that one shall make a
  47. : soft link from "ncurses.h" to "curses.h", and it is there.  Also,
  48. : "termcap.h" already has the "termios.h" file included.  Maybe it is the
  49. : silliest thing in the world, but at this point I'm brain dead.  I really
  50. : will appreciate anybody that has the time and interest to explain it to
  51. : me.  Thanks!
  52. I think something must be wrong with your Linux installation -- how can there
  53. be a curses library without a printw() function?
  54.  
  55. Anyway, try the Redhat RPM package -- hopefully it will "just work".
  56. Meanwhile, I'm copying this to the Linux newsgroup for hints on what might
  57. be amiss with your curses setup.
  58.  
  59. - Frank